STEP 13: Let's finish up our program and have our sprite say the discounted price.
- In GRAPHICS, click on and drag in Say.
- Change the string inside the .say() to this: "After the sale, it was $" + sale_string.
Remember, adding strings together is called string concatenation.
To navigate the page using the TAB key, first press ESC to exit the code editor.